body{font-family: 'Microsoft YaHei';}
* {
  margin: 0;
  padding: 0;
}
.headerNav {
  width: 100%;
  height: 80px;
  padding: 0 0 7px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.headerNav_center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_tabs {
	display: flex;
	align-items: center;
}

.top_tabs ul {
	display: flex;
	font-size: 14px;
}

.top_tabs ul li {
	margin-right: 48px;
}

.top_tabs ul li a{
	color: #292d2c;
}

.top_tabs ul li.active {
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border-bottom: 3px solid rgba(46,175,104,1);
	font-weight: bold;
}

.top_tabs ul li.active a{
	color: rgba(46,175,104,1) !important;
}

.top_tabs ul li:last-child {
	margin-right: 0;
}

.top_tabs button {
	height: 40px;
	padding: 0 30px 0 32px;
	background: rgba(46,175,104,1);
	color: #fff;
	font-size: 14px;
	box-shadow: 0px 10px 20px 1px rgba(7, 193, 96, 0.24);
	border: none;
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	cursor: pointer;
	margin-left: 94px;
}

.activeTabs {
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border-bottom: 3px solid #07c160;
  color: #07c160;
}
.light {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 16px 20px 1px rgba(7, 193, 96, 0.06);
}

.footer-box {
  min-width: 1200px;
  height: auto;
  background: #303633;
}
.footer-boxCenter {
  width: 1200px;
  margin: auto;
}
.footer_boxTop {
  border-bottom: 1px solid #b8c2cf;
}
.footer_boxCon {
  display: flex;
  width: 1200px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.footer_conBottom {
  padding: 27px 0;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #b8c2cf;
  text-align:center;
}
.footer_conBottom span {
  margin-left: 17px;
}
.footer_conBottom span a{
	color: #b8c2cf;
}
.footer_conBottom span a:hover{
	color: #ffffff;
}
.footer_boxCon .message {
  font-size: 14px;
  line-height: 25px;
  color: #b8c2cf;
  margin: 24px 0 59px 0;
}
.footer_boxCon .left .text {
  margin-left: 17px;
}
.footer_boxCon .contactUs span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 2px solid #07c160;
}

/* 返回顶部 */
.setup-box {
	width: 70px;
	background: #ffffff;
	box-shadow: 0px 0px 14px 1px rgba(7, 193, 96, 0.14);
	border-radius: 10px;
	position: fixed;
	bottom: 35%;
	right: 29px;
	text-align: center;
	color: #b5c0cd;
	font-size: 14px;
	display: none;
}

.setup-box .setup-box-qq {
	border-bottom: 1px solid #b8c2cf;
}

.setup-box div {
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	position: relative;
}

.all {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  margin-bottom:100px;
}

/*分页*/
.paging a,.paging strong{padding:10px 20px;border-radius:5px;margin-right:5px;}
.paging a{background:#f9f9f9;color:#525252 !important;}
.paging a:hover{background:#f3f3f3;text-decoration:none !important;}
.paging strong{background:rgba(46,175,104,1);color:#fff;}

.crumbs {
  margin-top: 20px;
  color: #999999;
  line-height: 25px;
  font-size: 14px;
}
.crumbs a{
  color: #999999;
}
.crumbs a:hover{
	text-decoration:underline;
}

.content_l a{
	color:rgba(46,175,104,1);
}

.content_r a{
	color:#525252;
}
.content_r a:hover,.content_l a:hover{
	text-decoration:underline;
}

/********** 登录dialog **********/
#loginDialog{display:none;font-size:14px;}
			
.login_dialog_mask,.login_dialog{position:fixed;top:0;bottom:0;left:0;right:0;}
.login_dialog_mask{z-index: 99998;opacity: 0.1;background:#000;}
.login_dialog {z-index: 99999;width:800px;height:520px;border-radius:0;background:#fff;margin:110px auto;border:1px solid none;}
		
.login_dialog .left{width:299px;float:left;border-right:1px solid #ccc;height:100%;}
		
.login_dialog .login_feature {margin:60px 20px 0 20px;}
.login_dialog .login_feature li{margin-bottom:40px;background-repeat: no-repeat;background-size: 32px;padding-left:50px;line-height:2em;color:#666;}
.login_dialog .login_feature_1{background-image:url(../images/feature1.png);}
.login_dialog .login_feature_2{background-image:url(../images/feature2.png);}
.login_dialog .login_feature_3{background-image:url(../images/feature3.png);}
.login_dialog .login_feature_4{background-image:url(../images/feature4.png);}
			
.login_dialog .right{width:500px;float:right;padding:40px 0;position: relative;}
.login_dialog .logo{text-align:center;}
.login_dialog .title{height:20px;text-align:center;line-height:20px;margin-top:30px;}
.login_dialog .title .line{border-bottom:1px solid #ccc;margin:0 20px;margin-bottom:-10px;}
.login_dialog .title .label{background:#fff;width:55%;margin:0 auto;color:#666;}
.login_dialog .btn_close {position:absolute;right:20px;top:20px;border:1px solid #ccc;padding:2px 8px;}

.login_container{overflow:hidden;width:250px;height:250px;margin:0 auto;text-align:center;}
.login_container p{margin:10px 0 10px 0;font-size:14px;color:rgba(46,175,104,1);}
			
.login_box .menu {list-style:none;margin:30px auto 10px auto;padding:0;width:215px;overflow:hidden;}
.login_box .menu li{color:#666;float:left;border:1px solid #ccc;width:106px;height:28px;line-height:28px;text-align:center;font-size:12px;cursor:pointer;}
.login_box .menu li:hover{color:rgba(46,175,104,1)}
.login_box .menu li a{color:#666;display:block;height:100%;width:100%;}
.login_box .menu li.curr a{color:rgba(46,175,104,1);}
.login_box .menu .scan_login{border-top-left-radius:3px;border-bottom-left-radius:3px;border-right-color:rgba(46,175,104,1);}
.login_box .menu .old_user_login{border-top-right-radius:3px;border-bottom-right-radius:3px;border-left:none !important;}
.login_box .menu .scan_login.curr,.login_box .menu .old_user_login.curr{border-color:#07C160;color:rgba(46,175,104,1);}

.login_box .other_login{text-align:center;}
.login_box .other_login span{font-size:12px;color:#aaa;}
.login_box .other_login a{background-size:20px;display:inline-block;width:20px;height:20px;vertical-align:middle;background-repeat:no-repeat;}
.login_box .other_login a.qq {background-image:url(img/qq.png);}

.banner_login{border-radius:5px;width:290px;height:360px;background:#fff;position: absolute;right:0;margin:20px 0 0 0;}

table.list thead{background-color: #eee;background-image: -moz-linear-gradient(center top , #eee, #ddd);}
table.list {background:#fff;}
table.list thead td:last-child{border-right:none;}
table.list thead td:first-child{border-left:none;}
table.list thead td{height:37px;line-height:37px;font-size:12px;font-weight:bold;color:#333;border-image: none;border-style: none solid;border-width: 0 1px;padding: 0 10px 0 10px;border-right:1px solid #ccc;border-left:1px solid #fff;}
table.list tbody td{border-bottom:1px solid #eee;color:#333;padding:12px 10px;}
table.list tbody tr:HOVER{background:#f9f9f9 !important;}

.mobile_login .send_sms_button{position: absolute;right:0;background:rgba(46,175,104,1);border:none;color:#fff;height:26px;padding:0 5px;right:5px;top:5px;border-radius:5px;cursor:pointer;}
.mobile_login .send_sms_button:hover{background:rgba(46,175,104,.9);}
.mobile_login .send_sms_button.disabled{background:#ccc;cursor: auto;}
.mobile_login .captcha{position: absolute;background:#fff;}

#usersDialog{display:none;}
#usersDialog .tip {font-size:16px;padding:10px;background:#eee;text-align:center;border-radius:10px;color:rgba(46,175,104,1);margin-bottom:20px;}
#usersDialog table.list{font-size:12px;}
#usersDialog table.list td{text-align:center;}
#usersDialog button{background:rgba(46,175,104,1);color:#fff;border:none;padding:5px 10px;border-radius: 5px;cursor: pointer;}
#usersDialog button:hover{background:rgba(46,175,104,.9);}
			